I2C

Synchronous, multi-master, multi-slave, packet switched, single-ended, serial computer bus

Quick Explanation

  • Supports I2C in daisy and serial topology
  • Supports I2C in daisy and serial topology
  • Supports transmitter, receiver
  • Supports arbitration and synchronization

Protocol

  • 0.1 / 0.4 / 1.0 / 3.4 / 5.0 Mbit/s
  • Serial, half-duplex
  • Data line (SDA) + clock line (SCL)

Overview

Using VisualSim I2C library, user can architect the “right” product, i.e. one which minimizes product failures and has not been over- or under- designed. The I2C library is generated by Serial Data Line-bidirectional line, which receives I2C pattern and transmits acknowledgement when communication was successful and Serial Clock Line-one directional line. VisualSim I2C library allows multiple slave devices to be connected to a single I2C bus, each of them is identified with a different address. To address the slave device, seven bits are used.

Standards Supported:

  • Standard mode : Data transfer up to 100 Kbit/s
  • Fast mode : Data transfer up to 400 Kbit/s
  • Fast mode Plus : Data transfer up to 1 Mbit/s
  • High-speed mode: Data transfer up to 3.4 Mbit/s
  • High-speed mode: Data transfer up to 3.4 Mbit/s

Features:

  • Fault diagnosis and debugging
  • Multi-master bus including collision detection and arbitration

I2C

I2C is a serial protocol for two-wire interface to connect low-speed devices like microcontrollers, EEPROMs, ADC, DAC, I/O interfaces and other similar peripherals in embedded systems. I2C bus is popular because it is simple to use, there can be more than one master, only upper bus speed is defined and only two wires with pull-up resisters are needed to connect almost unlimited number of I2C devices. I2C can use even slower microcontrollers with general purpose I/O pins since they only need to generate correct start and stop condition in addition to functions for reading and writing a byte.

I2C- Implements daisy chain I2C topology model